翻訳と辞書
Words near each other
・ Coburn & Barnum
・ Coburn (band)
・ Coburn (surname)
・ Coburn Classical Institute
・ Coburn Gore-Woburn Border Crossing
・ Coburn Hill
・ Coburn Mountain (Maine)
・ Coburn, California
・ Coburn, Pennsylvania
・ Coburn, West Virginia
・ Cobus Grobbelaar
・ Cobus Kellermann
・ Cobus Reinach
・ Cobus Visagie
・ Cobra (PowerPark)
Cobra (programming language)
・ COBRA (science fiction novels)
・ Cobra (Tivoli Friheden)
・ Cobra (tram)
・ Cobra (TV series)
・ Cobra (Zorn)
・ Cobra and Phases Group Play Voltage in the Milky Night
・ Cobra Beer
・ Cobra Blood Hangover
・ Cobra BMT-2 APC
・ Cobra Catamaran
・ Cobra ciphers
・ Cobra Command
・ Cobra Command (1984 video game)
・ Cobra Command (1988 video game)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Cobra (programming language) : ウィキペディア英語版
Cobra (programming language)

Cobra is a general-purpose, object-oriented programming language.〔(【引用サイトリンク】title=The Cobra Programming Language )〕 Cobra is designed by Charles Esterbrook, and runs on the Microsoft .NET and Mono platforms. It is strongly influenced by Python, C#, Eiffel, Objective-C, and other programming languages. It supports both static and dynamic typing. It has support for unit tests and contracts.〔 It has lambda expressions, closures, list comprehensions, and generators.
Cobra is an open-source project; it was released under the MIT License on February 29, 2008.〔(【引用サイトリンク】title=The Cobra Programming Language )
Updates are posted to the Cobra news forum with progress on features, fixes, documentation and related projects since the last update.〔(Cobra News Forum )〕
==Features==
;Object-oriented:
:
* Namespaces
:
* Classes, interfaces, structs, extensions, enumerations
:
* Methods, properties, indexers
:
* Mixins, extension methods
:
* Generics, attributes
;Quality control:
:
* Contracts, assertions
:
* Unit tests, docstrings
:
* Compile-time nil-tracking
;Expressiveness:
:
* Static and dynamic binding
:
* List, dictionary, and set literals
:
* in and implies operator
:
* for expressions
:
* Slicing
:
* Interpolated strings
:
* Compile-time type inference
:
* Lambdas and closures
;General productivity:
:
* Exception handling
:
* Postmortem exception report
:
* Garbage collection
;Scripting conveniences:
:
* Clean syntax
:
* Dynamic binding
:
* One-step run
:
* Shebang line (#!)
;Miscellaneous:
:
* Documentation tool (cobra -doc)
:
* Syntax highlighting tool (cobra -highlight)

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Cobra (programming language)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.